home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Software Demos / Macromedia / Fontographer / Fontographer® 4.1 Demo / FontographerÆ 4.1 Demo.rsrc / STR#_9500.txt < prev    next >
Encoding:
Text File  |  1994-12-15  |  646 b   |  49 lines

  1. /FreeHandDict 200 dict def
  2.  
  3. /FHIODict FreeHandDict def
  4.  
  5. /TypeStylerDict FreeHandDict def
  6.  
  7. /bdf{bind def}bind def
  8.  
  9. /ldef{load def}bdf
  10.  
  11. /save{1 gsave}bdf
  12.  
  13. /restore{pop grestore}bdf
  14.  
  15. /vms /gsave ldef
  16.  
  17. /vmr /grestore ldef
  18.  
  19. /vmrs{vmr vms}bdf
  20.  
  21. /EXEC{/exec load}bdf
  22.  
  23. /npop{{pop}repeat}bdf
  24.  
  25. /eodualfill{10 npop fill}bdf
  26.  
  27. /dualfill /eodualfill ldef
  28.  
  29. /eogradfill /dualfill ldef
  30.  
  31. /gradfill /eogradfill ldef
  32.  
  33. /eostarburst{6 npop fill}bdf
  34.  
  35. /starburst /eostarburst ldef
  36.  
  37. /dfill{4 npop curchar fill}bdf
  38.  
  39. /zfill{6 npop textobject fill}bdf
  40.  
  41. /currentscreen{60 45 {}}bdf
  42.  
  43. /setscreen{pop pop pop}bdf
  44.  
  45. /`{dup type arraytype ne{5 npop}if vms concat}bdf
  46.  
  47. /~ /vmr ldef
  48.  
  49.